1. 10 May, 2021 1 commit
  2. 29 Apr, 2021 1 commit
  3. 16 Apr, 2021 5 commits
  4. 08 Apr, 2021 1 commit
  5. 07 Apr, 2021 1 commit
  6. 01 Apr, 2021 2 commits
  7. 31 Mar, 2021 2 commits
    • sparonuz's avatar
      # This is a combination of 7 commits. · 1ea7f85b
      sparonuz authored
      [Issue#130]:  Fixed error in assignation of rpe with an array reshape.
      
      [Issue#130]: Removing multiple spaces from code makes it easier to fix things afterwards
      
      [Issue#130]: Fix for intrinsic used as array indexing
      
      [Issue#130]: Fixed problem of wrong subtitution with parameter declaration with reshape assignment.
      1ea7f85b
    • erodrigu's avatar
      This is a combination of 2 commits. · 2428ac2b
      erodrigu authored
      Put sbits correctly for members after ALLOCATE and removed func find_module_and_line_of_allocation
      
      Fixed error with getting the variable name and simplified functions
      2428ac2b
  8. 30 Mar, 2021 1 commit
  9. 25 Mar, 2021 1 commit
    • sparonuz's avatar
      # This is a combination of 20 commits. · 1ddc023b
      sparonuz authored and sparonuz's avatar sparonuz committed
      [Issue#125]: Now the end of the sbr is searched by name, this implies changes in some source files: https://earth.bsc.es/gitlab/svn/nemo-mirror/-/issues/37
      
      [Issue#125]:  Register if a subroutine is defining other subroutine, and if so add public var of this sbr to defined sbr accessible variables
      
      [Issue#125]: get_variable does not have to find variables if they are inside intrinsics, we have to clean string in advance if we want the var to be found.
      
      [Issue#125]: Fix for Issue sparonuz/AutoRPE#126
      
      [Issue#125]: Fix for keyword argument which have the same name of the actual argument Issue sparonuz/AutoRPE#127
      1ddc023b
  10. 17 Mar, 2021 1 commit
  11. 16 Mar, 2021 4 commits
  12. 15 Mar, 2021 4 commits
  13. 12 Mar, 2021 1 commit
  14. 11 Mar, 2021 2 commits
  15. 10 Mar, 2021 2 commits
    • sparonuz's avatar
    • sparonuz's avatar
      # This is a combination of 9 commits. · 1f8e6935
      sparonuz authored
      [Issue#114]: Variable's precision was not setted correctly: removed most of the array declared in VariablePrecision.py. Now  just a dictionary and a lookup table to encode the types defined in the code
      
      [Issue#114]:  Added type to function that add cast to reals
      
      [Issue#114]: Fixed codeChecker to work again, it was needed to change get_real_inline function to check for all INTENT type
      
      [Issue#114]: BugFix: get_procedure_inline failed to indentify the call if a variable with a name similar to the called procedure preceded the call (x_solfrack(i,j) = solfrac([...]))
      
      [Issue#114]: Removed horrible workaround to calculate type result of operation. There is now a dictionary containing the results
      1f8e6935
  16. 09 Mar, 2021 1 commit
  17. 05 Mar, 2021 5 commits
  18. 04 Mar, 2021 4 commits
    • sparonuz's avatar
      [develop]: Removed unused functions · d548ab04
      sparonuz authored
      d548ab04
    • sparonuz's avatar
    • sparonuz's avatar
    • sparonuz's avatar
      # This is a combination of 53 commits. · e88e84ac
      sparonuz authored
      [Issue#111]: External subroutines and function calls are now stored inside normal subprogram structure, just with the external attribute . Same has to be done with external datatype
      
      [Issue#111]: Issue #94, this function will replace clean_content, which is going to be deleted
      
      [Issue#111]: Definitely removed clean_content
      
      [Issue#111]: Fixed function has_intrinsics, now search for possible funcion instead of cycling over the 300 possible intrinsics
      
      [Issue#111]: Now external structures stored along with others
      
      [Issue#111]: Removed treatment of list_of_intrinsic as it were a propriety of vault.
      
      [Issue#111]: Moved class Counter to Inserter, the only place were it is used.
      
      [Issue#111]: Fixed load function that were using class ReadSourceFile when not needed. Moved class to basic struct
      
      [Issue#111]: This was fixed back in otinto/AutoRPE#52, but wrong encoding was still present somewhere
      
      [Issue#111]: Removed the class CurrentBlock, is now a function of module structure. Removed corresponding imports
      
      [Issue#111]: CurrentBlock is now called just before loop line, and stores all the blocks in an array, and update it when necessary
      
      [Issue#111]: Removed PointerDealer and redistrebuted functions
      
      [Issue#111]:Storing the name of the namelist at parsing time, not to search for it later
      
      [Issue#111]: Moved ObtainSourceFileInfo to functions collection, removed class
      
      [Issue#111]: Unified the function to read the input sources using the class ReadSources
      e88e84ac
  19. 24 Feb, 2021 1 commit