Skip to content

Commit

Permalink
makes unique
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed May 25, 2021
1 parent 69d169e commit 4db2e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ref_subcommand.c
Expand Up @@ -1934,7 +1934,7 @@ static REF_STATUS loop(REF_MPI ref_mpi_orig, int argc, char *argv[]) {
const char *usm3d_soln = "_volume.plt";
const char *i_like_soln = ".restart_sol";
const char *avm_soln = ".rst";
const char *locichem_soln = "_volume.plt";
const char *locichem_soln = ".plt";
const char *soln_import_extension = fun3d_soln;

const char *fun3d_restart = "-restart.solb";
Expand Down

0 comments on commit 4db2e52

Please sign in to comment.